home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / ANhpux < prev    next >
Encoding:
Text File  |  2000-05-28  |  730 b   |  24 lines

  1. A first release of cdrecord has been released for HP-UX.
  2.  
  3. HP-UX has a userland SCSI ioctl(2) that is very similar to my /dev/scg* design
  4. that I made in 1986 for SunOS/Solaris.
  5.  
  6. Note that there are no device nodes for userland SCSI on HP-UX,
  7. you have to call the included shell script MKNOD.hpux first.
  8.  
  9. This cdrecord distribution contains a mkisofs release that runs on HP-UX
  10. and allows you to read a filesystem from a CD-R device with 2048 bytes 
  11. sector size regardless if it identifies as CD-ROM or WORM. 
  12. This is done with the SCSI user level library.
  13.  
  14. I would be happy to get test reports ...
  15.  
  16. To compile with the free K&R C-compiler call:
  17.  
  18.     gmake CCOM=cc 'COPTS= ' 
  19. or
  20.     smake CCOM=cc 'COPTS= ' 
  21.  
  22.  
  23. J÷rg
  24.